home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
アップル関連
/
ResEdit 2.1.3
/
Examples
/
PExamples
/
MakeLDEF
< prev
next >
Wrap
Text File
|
1994-09-14
|
533b
|
28 lines
# MakeFile - Make instructions for the ResEdit ICON LDEF.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The ICON Resource LDEF
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
LDEFLibs = {obj}LDEF.a.o カ
{obj}ResDisp.a.o
# Link for ICON LDEF
"{OutFile}" トト {obj}ICON.LDEF.p.o {LDEFLibs}
Link {LDEFLibs} カ
{obj}ICON.LDEF.p.o カ
-ra =resPurgeable -sg ICON -rt LDEF=128 カ
-o "{OutFile}"
{obj} ト {source} {ResEditLibraries}